-
Notifications
You must be signed in to change notification settings - Fork 396
Mixed support #2409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Mixed support #2409
Conversation
…ot part of the object that has the property defined in properties then to not clear it - e.g. send undefined value
… based on index - e.g. prevent reusing elements when the array change size which will cause id properties for example to not have correct value
…tified for the new value
…n also allow such case to be handled by the object renderer
…s no need to resolve that schema just use it
…n the mixed renderer selected object type
@sdirix check my responses and also updated repo but it looks like the build failed perhaps because netlify is using greater than pnpm version 8 now ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have concerns about the proposed changes to the core functionality.
Please have a look at my new comments and the unresolved comments from my previous review.
@sdirix please review again - here are the outstanding items that I need to check with you if you are ok with those as they are at the moment with the explanation that was provided.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works good for me!
I'm waiting on Lucas' (or your) input to this suggestion and the handling of the additionalErrors. When they are resolved I'm happy to merge.
Thanks for your great work and patience ;)
Nitpick: the "Mixed" and "Json Editor" examples in the Vue Vuetify app do not render as nicely as the other examples. Does not need to be resolved for the merge.
@kchobantonov Please adapt the resolver as suggested and the additionalErrors, then we can merge |
@sdirix both changes that were request are now done - please review again and let me know if anything else is needed. Thanks for your feedback. |
Co-authored-by: Stefan Dirix <sdirix@eclipsesource.com>
@sdirix please review again - all concerns should be addresses and the last commit is fixing an issue where in the jsonschema example when you try to add new example field as an object and you do enable from the "Allow Additional Properties By Default" option then to correctly determine the type of the new properties that are going to be added to this new object example. |
Uh oh!
There was an error while loading. Please reload this page.